home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / nroff1.zip / READ.ME < prev    next >
Text File  |  1990-12-07  |  2KB  |  43 lines

  1. This is nro, an implementation of nroff for the PC.
  2.  
  3. A man page is included, which contains the instructions for use of nro.
  4.  
  5. To produce the manual page from the file nro.nro, the command is:
  6.  
  7.      nro -man nro.nro >nro.man
  8.  
  9. where the files "an." and "nro.nro" are in the current directory.
  10.  
  11. I have used it to process man pages for various unix-like packages on the
  12. pc.  Sometimes it won't handle certain commands used in more sophisticated
  13. documents, particularly if they were formatted for troff.  Also, the
  14. use of .. to indicate end-of-macro is not supported.  (It uses .en).
  15.  
  16. This version was originally written for Computer Innovations C88 (I think)
  17. under DOS 1.x.  The sources were obtained from wuarchive.wustl.edu.
  18. I have ported it to MS C 5.1.  It is compiled under the small model.  
  19. I have included a makefile for ndmake.  I have not tested it very well,
  20. assuming that the original version worked as expected.
  21.  
  22. Apparently it was taken from the Software Tools book by Kernighan and 
  23. Plaugher and is supposed to implement the Unix V7 nroff capabilities.
  24.  
  25. Files:
  26. NRO      NRO     Unformatted man page
  27. NRO      MAN     Formatted man page
  28. SKELETON NRO     "Standard" man page skeleton
  29.  
  30. NRO      EXE     Executable nro program
  31. AN               Standard macro file for formatting man pages
  32.  
  33. NROXTRN  H       Source header file for externals
  34. NRO      C       Source for main program
  35. NROCMD   C       Source for routines to handle formatting commands
  36. NROTXT   C       Source for routines to format text
  37. NRO      H       Source for main header file
  38. MAKEFILE         Make file for ndmake
  39.  
  40. John Dudeck
  41. jdudeck@polyslo.calpoly.edu
  42. December 7, 1990
  43.